vcVolumeSensorTestMethod
See in: Overview
Module: vcBehaviors
Parent: Enum
Children -
Referenced by: vcVolumeSensor.TestMethod
Enums
| Value | Description |
| PRECISE | Precise Test triggers the sensor based on the geometry of a component, for example edges and faces. |
| BBOX_INTERSECT | Bounding Box Intersect triggers if the bounding boxes of any geometry sets in a component are inside the sensor's volume space. |
| BBOX_CENTER_INSIDE | Bounding Box Center Inside triggers if the center of a colliding bounding box is inside the sensor's volume space. |
| BBOX_FULLY_INSIDE | Bounding Box Fully Inside is triggered if a colliding bounding box is completely inside the sensor's volume space. |